home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
scorched.swf
/
scripts
/
DefineButton2_314
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
132 b
|
9 lines
on(press){
_root.landtype--;
if(_root.landtype < 1)
{
_root.landtype = 0;
}
_root.drawoptionsland();
}